home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / dosfs / dmsdosfs.000 / dmsdosfs / dmsdosfs-0.6.9b / HISTORY < prev    next >
Text File  |  1996-07-29  |  5KB  |  145 lines

  1. 0.6.9b
  2. - fixed long filename bug (extension length problem)
  3. - fixed drivespace 3 directory problems
  4.  
  5. 0.6.9a
  6. - fixed compile time bug for Linux 2.0.0
  7. - added Linux 2.0.1 support
  8.  
  9. 0.6.9
  10. - replace_existing_cluster bug fixed
  11. - bug in kernel support for dmsdos daemon fixed (it's faster now)
  12. - kernel support for booting from compressed partition added (now it's easy)
  13. - some compile-time options removed/changed/added
  14. - nofix option added
  15. - fixdir code protected against endless recursion
  16. - bugfixes for Linux 2.0 module configuration
  17. - Linux 1.3.xx support given up - I refuse to fix bugs for 1.3.xx kernels
  18.  
  19. 0.6.8
  20. - minor compression bug fixed (caused segmentation faults rarely, no damage)
  21. - minor filename lookup bugs fixed
  22. - moveback ioctl added (for defragmentation purpose)
  23. - incorrect FAT bit size detection with some dblspace versions hopefully fixed
  24. - another max_cluster problem fixed
  25. - set_max_cluster ioctl added
  26. - defragmentation utility ddefrag added
  27. - dutil improved
  28.  
  29. 0.6.7
  30. - kernel support for dmsdosd implemented
  31. - dmsdosd added
  32. - filesystem full error handling modified
  33.  
  34. 0.6.6 [not released - Linux 1.3.xx & pre-2.0 compatibility broken]
  35. - default MAXFRAGMENT set to 50
  36. - raw write command
  37. - out of memory problem fixed (kmalloc calls replaced by vmalloc calls)
  38. - dmsdosd ioctls prepared but not yet implemented
  39. - UNINSTALL script added
  40.  
  41. 0.6.5 [kernel 1.3.99-only version]
  42. - module support added 
  43. - documentation improved (some blah removed)
  44. - configuration canged (is more flexible now)
  45.  
  46. 0.6.4
  47. - full long filename support (read-write)
  48. - gcc 2.7.x compile-time problems fixed
  49. - vfat support (long filenames in UNcompressed partition by calling the vfat
  50.   driver instead if the msdos driver - requires kernel 1.3.8x or newer)
  51. - manpages removed (were out of date for everything except dmsdos)
  52. - bugfixes for drivespace 3
  53. - installation-time path problems fixed
  54. - INSTALL tells now what it does 
  55. - new mmap code for writable mmap (requires kernel>=1.3.81)
  56. - msdos/fat fs patches removed - they're no longer required
  57. - extended 437 to ansi cp translation *removed* (this should be done by
  58.   an external utility, not by the kernel)
  59. - more mount options for long filename support
  60.  
  61. 0.6.3
  62. - filesystem check bug fixed (caused the driver to complain about FAT
  63.   crosslinks on large partitions though there was no real error)
  64. - dutil error message bug fixed (dutil displayed a wrong error message)
  65. - strange dutil segmentation fault fixed
  66. - long file name search bug fixed (sometimes mixed up _short_ entries)
  67. - signature check added (dmsdos now refuses to mount garbage)
  68. - manpages added
  69. - documentation improved
  70.  
  71. 0.6.2
  72. - installation problems with 1.3.8x kernels fixed
  73.  
  74. 0.6.1 [not released]
  75. - fixdir included for Win95 drivespace 3
  76. - double compression bug hopefully fixed (turned out to be caused by the gcc
  77.   strength reduce bug)
  78. - option string parser improved
  79. - simple fs check on mount added
  80.  
  81. 0.6.0 [only as pre-release]
  82. - Win95 long filename support (read-only)
  83. - Win95 drivespace 3 'High' compression write access
  84. - installation problems with 1.3.4x kernels fixed
  85.  
  86. 0.5.10: [not released]
  87. - Win95 drivespace 3 'High' compression scheme (JM_0_1) added (read-only)
  88. - Win95 drivespace 3 'Ultra' compression scheme (SQ_0_0) prepared but not
  89.   yet implemented
  90. - maximum cluster number bug fixed (arghh...)
  91.  
  92. 0.5.9: [not released]
  93. - lots of Win95 drivespace 3 access problems fixed (but not all - it's still
  94.   experimental)
  95.  
  96. 0.5.8:
  97. - text write bug fixed (allocated an unnecessary cluster very rarely)
  98. - 'filesystem full error' handling improved
  99. - inode numbering scheme changed to support 2 GB dos partitions (new dos
  100.   versions are rumored to be able to handle this)
  101. - experimental Win95 doublespace (works) and drivespace 3 support (doesn't
  102.   work)
  103. - generic speedups in readdir and lookup functions
  104.  
  105. 0.5.7:
  106. - text conversion bug fixed (the last cluster was forgotten to write)
  107. - extended 437 to ansi cp translation
  108. - FAT/MDFAT/BITFAT cache improvement (now a write through LRU cache)
  109. - msdos system files cannot be renamed, moved or deleted
  110. - default options changed (to comp=guess, cf=12)
  111.  
  112. 0.5.6: [not released]
  113. - added kernel text conversion like msdos driver
  114. - bugfixes for problems caused by running dutil
  115.  
  116. 0.5.5b:
  117. - Linux kernel 1.3.XX compatibility (it's a 1.3.XX compatible 0.5.5 version)
  118.  
  119. 0.5.5:
  120. - installation script added for automatic installation
  121. - minor bugfixes
  122.  
  123. 0.5.4: [not released]
  124. - nasty compression bug fixed (caused hangs in previous versions)
  125.  
  126. 0.5.3: [not released - too buggy]
  127. - write access bugfixes
  128. - experimental compression
  129.  
  130. 0.5.2: [not released - too buggy]
  131. - dmsdos runs now between umsdos and msdos
  132. - write access bugfixes
  133. - FAT lookup bugfix
  134.  
  135. 0.5.1: [not released - too buggy]
  136. - lots of write access bugfixes
  137.  
  138. 0.5.0: [not released - too buggy]
  139. - experimental uncompressed write access (well, *very* experimental)
  140.  
  141. 0.4.4:
  142. - read file bug fixed
  143.  
  144. 0.4.3: [first publically released version]
  145.